GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-12T16:47:56.0076231+00:00",
"SubmitDate": "2026-06-12T16:47:56.0076231+00:00",
"ReportPeriodStart": "2026-06-12T16:47:56.0076231+00:00",
"ReportPeriodEnd": "2026-06-12T16:47:56.0076231+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "62d41f5e-34b7-4b78-be99-d04099d8186f",
"Rows": [
{
"ItemId": "20888bdf-8a1c-4c4a-8de3-5500537e2800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "20888bdf-8a1c-4c4a-8de3-5500537e2800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "62d41f5e-34b7-4b78-be99-d04099d8186f",
"Rows": [
{
"ItemId": "20888bdf-8a1c-4c4a-8de3-5500537e2800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "20888bdf-8a1c-4c4a-8de3-5500537e2800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc566556-2c8b-495a-a442-b5ada3087ac4",
"cf2d2754-0e6a-4dd5-b183-864c3ab2c117"
],
"Approvers": [
"6e7e84fc-3a34-4f0d-9285-6b9c031ebf9d",
"438ac76d-bba1-4bf2-92cd-6cf4cd9bf43f"
],
"ApprovedBy": "950f1311-46ed-4331-92d1-bdd6f6f2d5e6",
"ApprovalDate": "2026-06-12T16:47:56.0076231+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e7d59ef0-2aef-41ca-bacd-4719c2b2901a",
"id": "7827b6ec-2ca7-4e59-9cdb-f8f04ca7b047",
"ConfigId": "f13ab927-ad33-4d25-aecc-5d6a1c928a2c"
},
{
"GenerationDate": "2026-06-12T16:47:56.0076231+00:00",
"SubmitDate": "2026-06-12T16:47:56.0076231+00:00",
"ReportPeriodStart": "2026-06-12T16:47:56.0076231+00:00",
"ReportPeriodEnd": "2026-06-12T16:47:56.0076231+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "62d41f5e-34b7-4b78-be99-d04099d8186f",
"Rows": [
{
"ItemId": "20888bdf-8a1c-4c4a-8de3-5500537e2800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "20888bdf-8a1c-4c4a-8de3-5500537e2800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "62d41f5e-34b7-4b78-be99-d04099d8186f",
"Rows": [
{
"ItemId": "20888bdf-8a1c-4c4a-8de3-5500537e2800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "20888bdf-8a1c-4c4a-8de3-5500537e2800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc566556-2c8b-495a-a442-b5ada3087ac4",
"cf2d2754-0e6a-4dd5-b183-864c3ab2c117"
],
"Approvers": [
"6e7e84fc-3a34-4f0d-9285-6b9c031ebf9d",
"438ac76d-bba1-4bf2-92cd-6cf4cd9bf43f"
],
"ApprovedBy": "950f1311-46ed-4331-92d1-bdd6f6f2d5e6",
"ApprovalDate": "2026-06-12T16:47:56.0076231+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e7d59ef0-2aef-41ca-bacd-4719c2b2901a",
"id": "7827b6ec-2ca7-4e59-9cdb-f8f04ca7b047",
"ConfigId": "f13ab927-ad33-4d25-aecc-5d6a1c928a2c"
}
]